home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / shape.dxr / 00387.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  109 b   |  8 lines

  1. on mouseEnter
  2.   set the blend of sprite 159 to 100
  3. end
  4.  
  5. on mouseLeave
  6.   set the blend of sprite 159 to 0
  7. end
  8.